home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1995-05-08 | 589 b | 16 lines | [TEXT/.Ob4] |
- Syntax10.Scn.Fnt
- Class.Show *
- Class.Show KeplerGraphs.Star
- Class.Show ^
- ------------------------------------------------
- Extracts class interfaces from a source module
- (record types with type-bound procedures)
- Class.Show *
- shows the interfaces of all record types in the marked source text.
- Class.Show modulename.typename
- shows the interface of the specified type.
- Class.Show ^
- shows the interface of the specified type. The selection may be
- - a (non-imported) type name in the source text of the declaring module.
- - a combination modulename.typename in any text.
-